1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmConnectCSDL
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.label1 = new System.Windows.Forms.Label();
32             
this.btnThucHien = new System.Windows.Forms.Button();
33             
this.label3 = new System.Windows.Forms.Label();
34             
this.label4 = new System.Windows.Forms.Label();
35             
this.txtServerName = new System.Windows.Forms.TextBox();
36             
this.txtLogin = new System.Windows.Forms.TextBox();
37             
this.txtPass = new System.Windows.Forms.TextBox();
38             
this.textBox4 = new System.Windows.Forms.TextBox();
39             
this.label5 = new System.Windows.Forms.Label();
40             
this.txtKeyThongBao = new System.Windows.Forms.TextBox();
41             
this.txtDatabase = new System.Windows.Forms.TextBox();
42             
this.label6 = new System.Windows.Forms.Label();
43             
this.btnDong = new System.Windows.Forms.Button();
44             
this.label7 = new System.Windows.Forms.Label();
45             
this.label8 = new System.Windows.Forms.Label();
46             
this.txtSerialNumber = new System.Windows.Forms.TextBox();
47             
this.txtValidateKey = new System.Windows.Forms.TextBox();
48             
this.label9 = new System.Windows.Forms.Label();
49             
this.txtPassSerial = new System.Windows.Forms.TextBox();
50             
this.btnGetKey = new System.Windows.Forms.Button();
51             
this.tabControl1 = new System.Windows.Forms.TabControl();
52             
this.tabPageCsdl = new System.Windows.Forms.TabPage();
53             
this.tabPageKeyPm = new System.Windows.Forms.TabPage();
54             
this.label2 = new System.Windows.Forms.Label();
55             
this.label10 = new System.Windows.Forms.Label();
56             
this.button1 = new System.Windows.Forms.Button();
57             
this.button2 = new System.Windows.Forms.Button();
58             
this.label11 = new System.Windows.Forms.Label();
59             
this.txtName = new System.Windows.Forms.TextBox();
60             
this.tabControl1.SuspendLayout();
61             
this.tabPageCsdl.SuspendLayout();
62             
this.tabPageKeyPm.SuspendLayout();
63             
this.SuspendLayout();
64             
//
65             
// label1
66             
//
67             
this.label1.AutoSize = true;
68             
this.label1.Location = new System.Drawing.Point(29, 52);
69             
this.label1.Name = "label1";
70             
this.label1.Size = new System.Drawing.Size(96, 18);
71             
this.label1.TabIndex = 0;
72             
this.label1.Text = "Server name:";
73             
//
74             
// btnThucHien
75             
//
76             
this.btnThucHien.Location = new System.Drawing.Point(475, 52);
77             
this.btnThucHien.Name = "btnThucHien";
78             
this.btnThucHien.Size = new System.Drawing.Size(92, 175);
79             
this.btnThucHien.TabIndex = 4;
80             
this.btnThucHien.Text = "Cài đặt";
81             
this.btnThucHien.UseVisualStyleBackColor = true;
82             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
83             
//
84             
// label3
85             
//
86             
this.label3.AutoSize = true;
87             
this.label3.Location = new System.Drawing.Point(76, 126);
88             
this.label3.Name = "label3";
89             
this.label3.Size = new System.Drawing.Size(48, 18);
90             
this.label3.TabIndex = 5;
91             
this.label3.Text = "Login:";
92             
//
93             
// label4
94             
//
95             
this.label4.AutoSize = true;
96             
this.label4.Location = new System.Drawing.Point(45, 171);
97             
this.label4.Name = "label4";
98             
this.label4.Size = new System.Drawing.Size(79, 18);
99             
this.label4.TabIndex = 6;
100             
this.label4.Text = "Password:";
101             
//
102             
// txtServerName
103             
//
104             
this.txtServerName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
105             
this.txtServerName.Location = new System.Drawing.Point(150, 52);
106             
this.txtServerName.Name = "txtServerName";
107             
this.txtServerName.Size = new System.Drawing.Size(316, 26);
108             
this.txtServerName.TabIndex = 7;
109             
//
110             
// txtLogin
111             
//
112             
this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
113             
this.txtLogin.Location = new System.Drawing.Point(150, 121);
114             
this.txtLogin.Name = "txtLogin";
115             
this.txtLogin.Size = new System.Drawing.Size(316, 26);
116             
this.txtLogin.TabIndex = 8;
117             
//
118             
// txtPass
119             
//
120             
this.txtPass.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121             
this.txtPass.Location = new System.Drawing.Point(150, 163);
122             
this.txtPass.Name = "txtPass";
123             
this.txtPass.Size = new System.Drawing.Size(316, 26);
124             
this.txtPass.TabIndex = 9;
125             
//
126             
// textBox4
127             
//
128             
this.textBox4.BackColor = System.Drawing.SystemColors.Control;
129             
this.textBox4.BorderStyle = System.Windows.Forms.BorderStyle.None;
130             
this.textBox4.ForeColor = System.Drawing.Color.Red;
131             
this.textBox4.Location = new System.Drawing.Point(264, 333);
132             
this.textBox4.Multiline = true;
133             
this.textBox4.Name = "textBox4";
134             
this.textBox4.ReadOnly = true;
135             
this.textBox4.Size = new System.Drawing.Size(300, 20);
136             
this.textBox4.TabIndex = 10;
137             
this.textBox4.Text = "trieuphu.svnet@gmail.com";
138             
//
139             
// label5
140             
//
141             
this.label5.AutoSize = true;
142             
this.label5.Location = new System.Drawing.Point(33, 333);
143             
this.label5.Name = "label5";
144             
this.label5.Size = new System.Drawing.Size(225, 18);
145             
this.label5.TabIndex = 11;
146             
this.label5.Text = "Liên hệ, hỗ trợ cài đặt theo email:";
147             
//
148             
// txtKeyThongBao
149             
//
150             
this.txtKeyThongBao.BackColor = System.Drawing.SystemColors.Control;
151             
this.txtKeyThongBao.BorderStyle = System.Windows.Forms.BorderStyle.None;
152             
this.txtKeyThongBao.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
153             
this.txtKeyThongBao.ForeColor = System.Drawing.Color.Red;
154             
this.txtKeyThongBao.Location = new System.Drawing.Point(36, 292);
155             
this.txtKeyThongBao.Multiline = true;
156             
this.txtKeyThongBao.Name = "txtKeyThongBao";
157             
this.txtKeyThongBao.ReadOnly = true;
158             
this.txtKeyThongBao.Size = new System.Drawing.Size(436, 26);
159             
this.txtKeyThongBao.TabIndex = 12;
160             
this.txtKeyThongBao.Text = "LỖI kết nỗi cơ sở dữ liệu, hoặc KEY không đúng!";
161             
this.txtKeyThongBao.Visible = false;
162             
//
163             
// txtDatabase
164             
//
165             
this.txtDatabase.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
166             
this.txtDatabase.Location = new System.Drawing.Point(150, 201);
167             
this.txtDatabase.Name = "txtDatabase";
168             
this.txtDatabase.Size = new System.Drawing.Size(316, 26);
169             
this.txtDatabase.TabIndex = 14;
170             
//
171             
// label6
172             
//
173             
this.label6.AutoSize = true;
174             
this.label6.Location = new System.Drawing.Point(9, 209);
175             
this.label6.Name = "label6";
176             
this.label6.Size = new System.Drawing.Size(116, 18);
177             
this.label6.TabIndex = 13;
178             
this.label6.Text = "Database name:";
179             
//
180             
// btnDong
181             
//
182             
this.btnDong.Location = new System.Drawing.Point(475, 6);
183             
this.btnDong.Name = "btnDong";
184             
this.btnDong.Size = new System.Drawing.Size(92, 40);
185             
this.btnDong.TabIndex = 15;
186             
this.btnDong.Text = "Đóng";
187             
this.btnDong.UseVisualStyleBackColor = true;
188             
this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
189             
//
190             
// label7
191             
//
192             
this.label7.AutoSize = true;
193             
this.label7.Location = new System.Drawing.Point(19, 61);
194             
this.label7.Name = "label7";
195             
this.label7.Size = new System.Drawing.Size(106, 18);
196             
this.label7.TabIndex = 16;
197             
this.label7.Text = "Serial Number:";
198             
//
199             
// label8
200             
//
201             
this.label8.AutoSize = true;
202             
this.label8.Location = new System.Drawing.Point(31, 154);
203             
this.label8.Name = "label8";
204             
this.label8.Size = new System.Drawing.Size(90, 18);
205             
this.label8.TabIndex = 17;
206             
this.label8.Text = "Validate key:";
207             
//
208             
// txtSerialNumber
209             
//
210             
this.txtSerialNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
211             
this.txtSerialNumber.Location = new System.Drawing.Point(140, 57);
212             
this.txtSerialNumber.Name = "txtSerialNumber";
213             
this.txtSerialNumber.Size = new System.Drawing.Size(336, 26);
214             
this.txtSerialNumber.TabIndex = 18;
215             
//
216             
// txtValidateKey
217             
//
218             
this.txtValidateKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
219             
this.txtValidateKey.Location = new System.Drawing.Point(139, 150);
220             
this.txtValidateKey.Multiline = true;
221             
this.txtValidateKey.Name = "txtValidateKey";
222             
this.txtValidateKey.Size = new System.Drawing.Size(337, 52);
223             
this.txtValidateKey.TabIndex = 19;
224             
//
225             
// label9
226             
//
227             
this.label9.AutoSize = true;
228             
this.label9.Location = new System.Drawing.Point(34, 110);
229             
this.label9.Name = "label9";
230             
this.label9.Size = new System.Drawing.Size(87, 18);
231             
this.label9.TabIndex = 20;
232             
this.label9.Text = "Pass Serial:";
233             
//
234             
// txtPassSerial
235             
//
236             
this.txtPassSerial.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.txtPassSerial.Location = new System.Drawing.Point(140, 99);
238             
this.txtPassSerial.Name = "txtPassSerial";
239             
this.txtPassSerial.PasswordChar = '*';
240             
this.txtPassSerial.Size = new System.Drawing.Size(336, 26);
241             
this.txtPassSerial.TabIndex = 21;
242             
//
243             
// btnGetKey
244             
//
245             
this.btnGetKey.Location = new System.Drawing.Point(482, 99);
246             
this.btnGetKey.Name = "btnGetKey";
247             
this.btnGetKey.Size = new System.Drawing.Size(92, 46);
248             
this.btnGetKey.TabIndex = 22;
249             
this.btnGetKey.Text = "Get key";
250             
this.btnGetKey.UseVisualStyleBackColor = true;
251             
this.btnGetKey.Click += new System.EventHandler(this.btnGetKey_Click);
252             
//
253             
// tabControl1
254             
//
255             
this.tabControl1.Controls.Add(this.tabPageCsdl);
256             
this.tabControl1.Controls.Add(this.tabPageKeyPm);
257             
this.tabControl1.Location = new System.Drawing.Point(2, 2);
258             
this.tabControl1.Name = "tabControl1";
259             
this.tabControl1.SelectedIndex = 0;
260             
this.tabControl1.Size = new System.Drawing.Size(588, 270);
261             
this.tabControl1.TabIndex = 23;
262             
//
263             
// tabPageCsdl
264             
//
265             
this.tabPageCsdl.Controls.Add(this.txtName);
266             
this.tabPageCsdl.Controls.Add(this.label11);
267             
this.tabPageCsdl.Controls.Add(this.label2);
268             
this.tabPageCsdl.Controls.Add(this.label1);
269             
this.tabPageCsdl.Controls.Add(this.label3);
270             
this.tabPageCsdl.Controls.Add(this.txtServerName);
271             
this.tabPageCsdl.Controls.Add(this.txtLogin);
272             
this.tabPageCsdl.Controls.Add(this.btnThucHien);
273             
this.tabPageCsdl.Controls.Add(this.btnDong);
274             
this.tabPageCsdl.Controls.Add(this.label4);
275             
this.tabPageCsdl.Controls.Add(this.txtPass);
276             
this.tabPageCsdl.Controls.Add(this.txtDatabase);
277             
this.tabPageCsdl.Controls.Add(this.label6);
278             
this.tabPageCsdl.Location = new System.Drawing.Point(4, 27);
279             
this.tabPageCsdl.Name = "tabPageCsdl";
280             
this.tabPageCsdl.Padding = new System.Windows.Forms.Padding(3);
281             
this.tabPageCsdl.Size = new System.Drawing.Size(580, 239);
282             
this.tabPageCsdl.TabIndex = 0;
283             
this.tabPageCsdl.Text = "Kết nỗi dữ liệu";
284             
this.tabPageCsdl.UseVisualStyleBackColor = true;
285             
//
286             
// tabPageKeyPm
287             
//
288             
this.tabPageKeyPm.Controls.Add(this.button2);
289             
this.tabPageKeyPm.Controls.Add(this.button1);
290             
this.tabPageKeyPm.Controls.Add(this.label10);
291             
this.tabPageKeyPm.Controls.Add(this.label7);
292             
this.tabPageKeyPm.Controls.Add(this.txtValidateKey);
293             
this.tabPageKeyPm.Controls.Add(this.label8);
294             
this.tabPageKeyPm.Controls.Add(this.btnGetKey);
295             
this.tabPageKeyPm.Controls.Add(this.txtPassSerial);
296             
this.tabPageKeyPm.Controls.Add(this.label9);
297             
this.tabPageKeyPm.Controls.Add(this.txtSerialNumber);
298             
this.tabPageKeyPm.Location = new System.Drawing.Point(4, 27);
299             
this.tabPageKeyPm.Name = "tabPageKeyPm";
300             
this.tabPageKeyPm.Padding = new System.Windows.Forms.Padding(3);
301             
this.tabPageKeyPm.Size = new System.Drawing.Size(580, 239);
302             
this.tabPageKeyPm.TabIndex = 1;
303             
this.tabPageKeyPm.Text = "Nhập Key phần mềm";
304             
this.tabPageKeyPm.UseVisualStyleBackColor = true;
305             
//
306             
// label2
307             
//
308             
this.label2.AutoSize = true;
309             
this.label2.Location = new System.Drawing.Point(147, 12);
310             
this.label2.Name = "label2";
311             
this.label2.Size = new System.Drawing.Size(98, 18);
312             
this.label2.TabIndex = 16;
313             
this.label2.Text = "Kết nỗi CSDL";
314             
//
315             
// label10
316             
//
317             
this.label10.AutoSize = true;
318             
this.label10.Location = new System.Drawing.Point(139, 19);
319             
this.label10.Name = "label10";
320             
this.label10.Size = new System.Drawing.Size(200, 18);
321             
this.label10.TabIndex = 23;
322             
this.label10.Text = "Nhập key sử dụng phần mềm";
323             
//
324             
// button1
325             
//
326             
this.button1.Location = new System.Drawing.Point(483, 149);
327             
this.button1.Name = "button1";
328             
this.button1.Size = new System.Drawing.Size(91, 53);
329             
this.button1.TabIndex = 24;
330             
this.button1.Text = "Cài đặt";
331             
this.button1.UseVisualStyleBackColor = true;
332             
this.button1.Click += new System.EventHandler(this.button1_Click);
333             
//
334             
// button2
335             
//
336             
this.button2.Location = new System.Drawing.Point(483, 57);
337             
this.button2.Name = "button2";
338             
this.button2.Size = new System.Drawing.Size(91, 36);
339             
this.button2.TabIndex = 25;
340             
this.button2.Text = "Đóng";
341             
this.button2.UseVisualStyleBackColor = true;
342             
this.button2.Click += new System.EventHandler(this.button2_Click);
343             
//
344             
// label11
345             
//
346             
this.label11.AutoSize = true;
347             
this.label11.Location = new System.Drawing.Point(14, 93);
348             
this.label11.Name = "label11";
349             
this.label11.Size = new System.Drawing.Size(111, 18);
350             
this.label11.TabIndex = 17;
351             
this.label11.Text = "Serviec Name*:";
352             
//
353             
// txtName
354             
//
355             
this.txtName.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
356             
this.txtName.Location = new System.Drawing.Point(150, 89);
357             
this.txtName.Name = "txtName";
358             
this.txtName.Size = new System.Drawing.Size(316, 26);
359             
this.txtName.TabIndex = 18;
360             
//
361             
// frmConnectCSDL
362             
//
363             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
364             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
365             
this.ClientSize = new System.Drawing.Size(619, 368);
366             
this.ControlBox = false;
367             
this.Controls.Add(this.tabControl1);
368             
this.Controls.Add(this.txtKeyThongBao);
369             
this.Controls.Add(this.label5);
370             
this.Controls.Add(this.textBox4);
371             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
372             
this.Margin = new System.Windows.Forms.Padding(4);
373             
this.Name = "frmConnectCSDL";
374             
this.Text = "ShopMini Setting";
375             
this.Load += new System.EventHandler(this.frmConnectCSDL_Load);
376             
this.tabControl1.ResumeLayout(false);
377             
this.tabPageCsdl.ResumeLayout(false);
378             
this.tabPageCsdl.PerformLayout();
379             
this.tabPageKeyPm.ResumeLayout(false);
380             
this.tabPageKeyPm.PerformLayout();
381             
this.ResumeLayout(false);
382             
this.PerformLayout();
383
384         }
385
386         
#endregion
387
388         
private System.Windows.Forms.Label label1;
389         
private System.Windows.Forms.Button btnThucHien;
390         
private System.Windows.Forms.Label label3;
391         
private System.Windows.Forms.Label label4;
392         
private System.Windows.Forms.TextBox txtServerName;
393         
private System.Windows.Forms.TextBox txtLogin;
394         
private System.Windows.Forms.TextBox txtPass;
395         
private System.Windows.Forms.TextBox textBox4;
396         
private System.Windows.Forms.Label label5;
397         
private System.Windows.Forms.TextBox txtKeyThongBao;
398         
private System.Windows.Forms.TextBox txtDatabase;
399         
private System.Windows.Forms.Label label6;
400         
private System.Windows.Forms.Button btnDong;
401         
private System.Windows.Forms.Label label7;
402         
private System.Windows.Forms.Label label8;
403         
private System.Windows.Forms.TextBox txtSerialNumber;
404         
private System.Windows.Forms.TextBox txtValidateKey;
405         
private System.Windows.Forms.Label label9;
406         
private System.Windows.Forms.TextBox txtPassSerial;
407         
private System.Windows.Forms.Button btnGetKey;
408         
private System.Windows.Forms.TabControl tabControl1;
409         
private System.Windows.Forms.TabPage tabPageCsdl;
410         
private System.Windows.Forms.Label label2;
411         
private System.Windows.Forms.TabPage tabPageKeyPm;
412         
private System.Windows.Forms.Label label10;
413         
private System.Windows.Forms.Button button2;
414         
private System.Windows.Forms.Button button1;
415         
private System.Windows.Forms.TextBox txtName;
416         
private System.Windows.Forms.Label label11;
417     }
418 }


Gõ tìm kiếm nhanh...